home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / proc / ds3100.md / migVersion.h < prev    next >
C/C++ Source or Header  |  1992-12-18  |  904b  |  26 lines

  1. /*
  2.  * migVersion.h --
  3.  *
  4.  *    Define the migration version, which is machine-dependent.
  5.  *
  6.  * Copyright 1989 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /cdrom/src/kernel/Cvsroot/kernel/proc/ds3100.md/migVersion.h,v 9.9 91/09/24 17:35:51 rab Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. /*
  19.  * Set the migration version number.  Machines can only migrate to other
  20.  * machines of the same architecture and version number.
  21.  */
  22. #ifndef PROC_MIGRATE_VERSION
  23. #define PROC_MIGRATE_VERSION 20
  24. #endif /* PROC_MIGRATE_VERSION */
  25.  
  26.